[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
queries for all instances of the type extent sorting with the specified comparer.
Namespace: Db4objects.Db4o
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Function Query(Of Extent) ( _ comparer As IComparer(Of Extent) _ ) As IList(Of Extent) |
| C# |
|---|
IList<Extent> Query<Extent> ( IComparer<Extent> comparer ) |
| Visual C++ |
|---|
generic<typename Extent> IList<Extent>^ Query ( IComparer<Extent>^ comparer ) |
Parameters
Type Parameters
- Extent